Revision: tlasrc--devel--0--patch-16
Archive: aaron.bentley@utoronto.ca--tla-2004
Creator: Aaron Bentley <aaron.bentley@utoronto.ca>
Date: Sun Jun 20 15:53:13 EDT 2004
Standard-date: 2004-06-20 19:53:13 GMT
Modified-files: libarch/cmdutils.c libarch/cmdutils.h
New-patches: aaron.bentley@utoronto.ca--tla-2004/tlasrc--devel--0--patch-16
Summary: Rewrote arch_check_for to be faster and clearer
Microbranch: aaron.bentley@utoronto.ca--tla-2004/tlasrc--errors--4

By exiting early for the case where the revision does exist, we avoid
checks for category, package and version.  Unfortunately, these are still
all necessary when checking for a package-version.

Various unused functions were removed.
